Appliance Update Staged Info
The Appliance Update Staged Info schema contains information about the staged update
This schema was added in vSphere API 6.7.
{
"staging_complete": false,
"component": "string",
"version": "string",
"name": "string",
"description": {
"id": "string",
"default_message": "string",
"args": [
"string"
],
"params": {
"params": {
"s": "string",
"dt": "string",
"i": 0,
"d": "number",
"l": "Vapi Std NestedLocalizableMessage Object",
"format": "string",
"precision": 0
}
},
"localized": "string"
},
"priority": "string",
"severity": "string",
"update_type": "string",
"release_date": "string",
"reboot_required": false,
"size": 0
}
Is staging complete
This property was added in vSphere API 6.7.
Staged Component name.
This property was added in vSphere API 8.0.0.1.
if missing or null
the staged update is for full patch if set staged update is an upgradeable component which can be updated individually without vc update
Version in form of X.Y.Z.P. e.g. 6.5.1.5400
This property was added in vSphere API 6.7.
When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.appliance.update.pending
. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.appliance.update.pending
.
Name of the update.
This property was added in vSphere API 6.7.
Description of the update. The short information what this update is. E.g. "Update2 for vCenter Server Appliance 6.5"
This property was added in vSphere API 6.7.
Update priority
For more information see: Appliance Update CommonInfo Priority.
This property was added in vSphere API 6.7.
Update severity
For more information see: Appliance Update CommonInfo Severity.
This property was added in vSphere API 6.7.
Update category
For more information see: Appliance Update CommonInfo Category.
This property was added in vSphere API 6.7.
Update release date.
This property was added in vSphere API 6.7.
Flag indicating whether reboot is required after update.
This property was added in vSphere API 6.7.
Download Size of update in Megabytes.
This property was added in vSphere API 6.7.